func runtime.allgadd

3 uses

	runtime (current package)
		proc.go#L562: func allgadd(gp *g) {
		proc.go#L2143: 	allgadd(gp)
		proc.go#L4506: 		allgadd(newg) // publishes with a g->status of Gdead so GC scanner doesn't look at uninitialized stack.